Function: treemacs-scope-shelf->create!

treemacs-scope-shelf->create! is a byte-compiled function defined in treemacs-scope.el.

Signature

(treemacs-scope-shelf->create! &key BUFFER WORKSPACE)

Documentation

Constructor for objects of type treemacs-scope-shelf.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-scope.el
(cl-defstruct (treemacs-scope-shelf
               (:conc-name treemacs-scope-shelf->)
               (:constructor treemacs-scope-shelf->create!))
  buffer
  workspace)